RAPIDHOSTER patcher Joomla 1.1  za PHP 5.3.8

Jos neki patch-evi  na  
http://www.kpsystems.com.au/fixing-joomla-10-for-php-53x.html

vcard.class.php
Function.php

prilagodjeni za PHP 5.3.8

--------------------------------changelog:

Open /includes/Cache/Lite/Function.php and replace at line 74:

$arguments = func_get_args();

with:

$arguments = func_get_args();

$numargs = func_num_args();

for($i=1; $i < $numargs; $i++){

$arguments[$i] = &$arguments[$i];

}



------2+-+----


Otvori   /includes/vcard.class.php

Dodaj prije linije 38:

if(!function_exists('quoted_printable_encode'))
{
  /* linija 38 do 77 */
}